| 34 | |
| 35 | == ICQ (OSCAR) Protocol == |
| 36 | |
| 37 | === Important note about ICQ FAQs === |
| 38 | The entire AIM section applies to ICQ as well. Information in this section is in addition to the AIM section above. |
| 39 | |
| 40 | === Can I send SMS messages? === |
| 41 | You can using the AIM method as described above in the AIM section. The ICQ method for SMS messages is not yet supported. |
| 42 | |
| 43 | === Why do my buddies' messages display incorrectly? === |
| 44 | ICQ has no comprehension of character sets or encodings. It simply sends (almost) any random chunk of data a user enters. Pidgin by default assumes everything is UTF-8. If this is not the case, you will need to edit your account (Accounts->''your ICQ account''->Edit Account) and change the Encoding setting on the Advanced tab. You will need to enter the correct encoding for your buddies' messages there. You can specify multiple encodings in a comma-delimited list, such as `UTF-8,ISO-8859-15`, to cause Pidgin to attempt multiple encodings. In this case, each encoding is tried in succession until a successful decode happens or all encodings listed are exhausted. |
| 45 | |
| 46 | == IRC Protocol == |
| 47 | |
| 48 | === How do I join a channel? === |
| 49 | Create an IRC account and then sign on. After you have signed on, you can use Buddies->Join A Chat on the buddy list to join a channel. In any window, either a conversation or a chat, in which your IRC user is the sender, you can also use `/join` to connect to a new channel. |
| 50 | |
| 51 | === Is there a way to make Pidgin automatically identify me on login? === |
| 52 | Add !NickServ to your buddy list and place buddy pounces on him/her/it. '''''Do not''''' include "/msg nickserv" as part of the message to send. If your IRC network uses a different services bot to authenticate, add that bot to your list and pounce it instead. |
| 53 | |
| 54 | === Can I automatically join channels on login? === |
| 55 | On the buddy list, select Buddies->Add Chat. Use this dialog to add the chat to your buddy list. Once the chat appears in your list, right-click on it and select Auto-Join. The channel will auto-join whenever you sign onto your IRC account. |
| 56 | |
| 57 | === Is it possible to change the user name that appears in username@hostname? === |
| 58 | Go to the Accounts menu. Select your IRC account and click Edit Account. Click the Advanced tab. Enter a name in the Username field. |
| 59 | |
| 60 | === How can I set/change my real name? === |
| 61 | Go to the Accounts menu. Select your IRC account and click Edit Account. Click the Advanced tab. Enter a name in the Real Name field. |
| 62 | |
| 63 | === Why does text display incorrectly in channels? === |
| 64 | IRC has no comprehension of character sets or encodings. It simply sends (almost) any random chunk of data a user enters. Pidgin by default assumes everything is UTF-8. If this is not the case, you will need to edit your account (Accounts->''your IRC account''->Edit Account) and change the Encoding setting on the Advanced tab. You will need to enter the correct encoding for your channels there. You can specify multiple encodings in a comma-delimited list, such as `UTF-8,ISO-8859-15`, to cause Pidgin to attempt multiple encodings. In this case, each encoding is tried in succession until a successful decode happens or all encodings listed are exhausted. |